home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / pc / data / menu_dvd.swf / scripts / DefineButton2_21 / BUTTONCONDACTION on(press).as
Text File  |  2007-11-07  |  91b  |  7 lines

  1. on(press){
  2.    if(this.CancelBtnCallback)
  3.    {
  4.       this.CancelBtnCallback();
  5.    }
  6. }
  7.